MIDI Component Constants
Use these constants to specify MIDI components.
enum {
kQTMIDIComponentType= FOUR_CHAR_CODE('midi')
};
enum {
kOMSComponentSubType= FOUR_CHAR_CODE('OMS '),
kFMSComponentSubType= FOUR_CHAR_CODE('FMS '),
kMIDIManagerComponentSubType = FOUR_CHAR_CODE('mmgr')
};
Constant descriptions
-
kQTMIDIComponentType
-
The component type for MIDI components.
-
kOMSComponentSubType
-
The component subtype for the Open Music System MIDI component.
-
kFMSComponentSubType
-
The component subtype for the FreeMIDI MIDI component.
-
kMIDIManagerComponentSubType
-
The component subtype for MIDI Manager MIDI component.
© 1997 Apple Computer, Inc.Previous | Chapter Top | Chapter Contents | Next